home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1997 September
/
Personal_Computer_World_Sep_97.iso
/
DXRS
/
FGAPCW09.DXR
/
00002_Menu FrameScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-25
|
409 b
|
24 lines
on exitFrame
global FGAFirstTime, fgasection
go(the frame)
case FGAFirstTime of
0:
FGASetPuppets()
1:
FGAHiliteIcons()
2:
fgaPreviewsetup()
updateStage()
3:
FGAChoosePreview()
if fgasection = "Screenshots" then
FGAChooseShot()
end if
FGADEMOCHOICE()
4:
FGAWhichPreviewSetup()
end case
ALLHelp()
ALLMenuReturn()
end